Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


cmd:give

Table of Contents

.give

.give
TypeCommand
Categorynone
In-game description“Gives you an item with custom NBT data.
Requires creative mode.

Syntax: .give <item> [<amount>] [<nbt>]
.give <id> [<amount>] [<nbt>]“
Default keybindnone
Source codenet/wurstclient/commands/GiveCmd.java

.give is a chat command that allows the user to obtain any item in Creative Mode, even if the `/give` command is blocked. NBT data is also supported.

Syntax

Main article: Command Syntax

  • .give <item> [<amount>] [<nbt>] Creates the given item and places it in the user's inventory.

  • .give <id> [<amount>] [<nbt>] Same as above, but using a legacy numeric item ID.

Examples:

  • .give diamond Gives the user one diamond.

  • .give diamond 64 Gives the user 64 diamonds.

Changes

VersionChanges
Wurst 2.3Added .give.
Wurst 5.2Fixed .give not giving items.
Wurst 6.23Removed .give's templates.
Wurst 7.0pre1Temporarily removed .give.
Wurst 7.0pre18Re-added .give.
Wurst 7.0pre26Fixed a crash when typing .give @p ….
Wurst 7.0pre27.give can now create a stack of up to 64 items, even for limited or non-stackable items.
cmd/give.txt · Last modified: 2024/06/28 12:17 by alexander01998